Contents page

Rules for Tools/struct ToolName


struct ToolName
typedef struct ToolName {
    struct ToolName *next;
    long toolid;
    char name[40];              /* Name. */
    char filename[100];         /* Where it is stored on disk. */ 
} ToolName;